upload image to backend (see rest of the link)

70

<form action="/image-upload" method="POST" enctype="multipart/form-data">
    @csrf
    <input type="file" name="image">
    <button type="submit">Upload</button>
</form>

Comments

Submit
0 Comments